home *** CD-ROM | disk | FTP | other *** search
/ Clickx 31 / Clickx 31.iso / assets / software / MyServer-win32-0.8.2.exe / web / documentation / texts / http.htm < prev    next >
Encoding:
Extensible Markup Language  |  2005-06-22  |  1.3 KB  |  31 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
  3.   "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
  4. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
  5. <head>
  6. <title>MyServer Documentation - HTTP - www.myserverproject.net</title>
  7. <meta http-equiv="content-type" content="text/html;charset=UTF-8" />
  8. <meta http-equiv="Content-Style-Type" content="text/css" />
  9. <link rel="stylesheet" type="text/css" href="../style/myserver.css" />
  10. </head>
  11. <body>
  12. <table class="center" width="95%">
  13. <tr>
  14. <td class="center">
  15. <h1 class="title">HTTP</h1>
  16. HTTP (Hypertext Transfer Protocol) is the set of rules(protocol) that govern the transferring of files 
  17. over the Internet. These files can be text, graphics, sound or video. HTTP uses a simple server-client 
  18. interface, where the client requests a file or application and the server processes the request and 
  19. returns the correct data back to the client. The HTTP protocol works at level 7 of the ISO-OSI stack.
  20. <br /><br />
  21. The HTTP protocol is the de facto standard for transferring documents over the internet.
  22. <br /><br />
  23. The current version of HTTP is HTTP/1.1 described in the RFC 2616. 
  24. More information can befound at the <a href="http://www.w3.org/Protocols/" target="_blank">WWW Consortium</a>.
  25. <br /><br /><br />
  26. </td>
  27. </tr>
  28. </table>
  29. </body>
  30. </html>
  31.